implicitly logspace computable
#complexity_theory
Definition
A function is implicitly logspace computable, if is polynomially bounded (i.e. exists such that for every ) and the languages and are in L.
Notes
- reduction is implicitly computable in logarithmic space in the sense that there is an -space machine that on input outputs provided that
- logspace machine might not even have memory to write down its output, so it should be able to compute any desired bit of output in logarithmic space
See also
References
- S. Arora, B. Barak. Computational Complexity: A Modern Approach, Cambridge University Press, 2009, p. 88.